Skip to main content

Home/ Pingree Tech/ Group items tagged 10.6

Rss Feed Group items tagged

Robert Ogden

Keychain pops up everytime - 0 views

  •  
    "The following works for 10.6.8 (successfully tested by several users): Open Keychain Access (you can search for it using Spotlight). Under Category, select Passwords In the Applications listed, double-click Google Drive: this will open a smaller settings window Click the Access Control tab  Select "Allow all applications to access this item" and click Save Changes (you may need to enter your password to confirm)."
Robert Ogden

Mac OS X v10.6: Active Directory binding lost on network transition (.local domain) - 0 views

  • Symptoms If network access is interrupted, a Mac OS X v10.6 client may not be able to reconnect to an Active Directory domain whose name ends in ".local".
  • Resolution Lengthen the default timeout for .local name lookups by editing the following file: /System/Library/SystemConfiguration/IPMonitor.bundle/Contents/Info.plist The key/value pair is: <key>mdns_timeout</key> <integer>2</integer> The integer value is in seconds; changing it to at least 5 should allow the Mac OS X client to reconnect to the Active Directory domain after a network interruption. In some configurations, a larger timeout value may be required. You can change this value by using the sudo command and a text editor to edit the preference file directly. Or you can use the Terminal command below, making sure to enter it all on a single line: sudo /usr/libexec/PlistBuddy -c 'Set :mdns_timeout 5' /System/Library/SystemConfiguration/IPMonitor.bundle/Contents/Info.plist
1 - 4 of 4
Showing 20 items per page